GithubHelp home page GithubHelp logo

marella / material-design-icons Goto Github PK

View Code? Open in Web Editor NEW
151.0 151.0 53.0 22.49 MB

Latest icon fonts and optimized SVGs for material design icons.

Home Page: https://marella.github.io/material-design-icons/demo/font/

License: Apache License 2.0

SCSS 7.34% CSS 23.26% JavaScript 69.39%
font icons material material-design material-design-icons material-icons svg

material-design-icons's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar marella avatar robert-w-gries avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

material-design-icons's Issues

Filled and outlined icons available in both folders

Why are icons like "chat_bubble.svg" (which is filled) and "chat_bubble_outline.svg" (which is outlined) both available in the outlined-folder and in the filled-folder? And not just the filled icon in the filled folder and the outlined icon in the outlined folder?

Custom optical size

Your scripts are awesome, but we would like to have an optical size other than 48px (20px).

Could we add an additional parameter to define an optical size just like you already added the "weight" param?

I could also assist you with a pull request if you want?

Thanks for a short feedback.

Library update

Hi,

I haven't seen any library updates since September 2023. Would it be possible to update the icons?

Thanks.

Cannot be read from Web Components (Shadow DOM)

<head>
  <script>
    const template = document.createElement("template")
    template.innerHTML = `
<style>
  @import url("https://cdn.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css")
</style>
<i class="mdi mdi-account"></i>
`
    class MyTag extends HTMLElement {
      connectedCallback() {
        if (true) {
          // Use Shadow DOM
          this.attachShadow({mode: "open"})
          this.shadowRoot.appendChild(template.content.cloneNode(true))
        } else {
          // Not Use Shadow DOM
          this.appendChild(template.content.cloneNode(true))
        }
      }
    }
    customElements.define("my-tag", MyTag)
    </script>
</head>
<body>
  <my-tag />
</body>
</html>

Case: Not Use Shadow DOM
スクリーンショット 2023-02-19 13 22 30

Case: Use Shadow DOM
スクリーンショット 2023-02-19 13 23 03

How can I load a font from within the Shadow DOM?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.