UNPKG

@spectrum-web-components/icons-workflow

Version:

[Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) delivered in a flexible template tag so that they can be leveraged across various frameworks. The default export of this package pre-applies the `html` template tag from `lit-html` for ease

39 lines (38 loc) 3.95 kB
/* Copyright 2020 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ import { tag as html } from '../custom-tag.js'; export { setCustomTemplateLiteralTag } from '../custom-tag.js'; export const EmailGearIcon = ({ width = 24, height = 24, hidden = false, title = 'Email Gear', } = {}) => { return html `<svg xmlns="http://www.w3.org/2000/svg" height="${height}" viewBox="0 0 36 36" width="${width}" aria-hidden="${hidden ? 'true' : 'false'}" role="img" fill="currentColor" aria-label="${title}" > <path d="M11.165 15.938L0 7.511v16.684l11.165-8.257zm23.76 8.74H32.61a6.69 6.69 0 00-.977-2.373l1.648-1.648a.661.661 0 000-.935l-1-1a.661.661 0 00-.935 0L29.7 20.368a6.693 6.693 0 00-2.373-.978v-2.314a.661.661 0 00-.661-.661h-1.327a.661.661 0 00-.661.661v2.315a6.692 6.692 0 00-2.373.978l-1.648-1.649a.661.661 0 00-.935 0l-1 1a.661.661 0 000 .935l1.648 1.648a6.69 6.69 0 00-.977 2.373h-2.317a.661.661 0 00-.661.661v1.322a.661.661 0 00.661.661h2.315a6.69 6.69 0 00.977 2.373l-1.648 1.651a.661.661 0 000 .935l1 1a.661.661 0 00.935 0l1.648-1.648a6.692 6.692 0 002.373.977v2.315a.661.661 0 00.661.661h1.322a.661.661 0 00.661-.661V32.61a6.693 6.693 0 002.373-.977l1.648 1.648a.661.661 0 00.935 0l1-1a.661.661 0 000-.935L31.632 29.7a6.69 6.69 0 00.977-2.373h2.315a.661.661 0 00.661-.661v-1.327a.661.661 0 00-.66-.661zM26 29.6a3.6 3.6 0 113.6-3.6 3.6 3.6 0 01-3.6 3.6z" /> <path d="M16.953 29.72a3.065 3.065 0 01-2.94-3.059v-1.322a3.065 3.065 0 012.938-3.059 3.044 3.044 0 01-.826-2.091 3.114 3.114 0 01.049-.5l-3.092-2.317L0 27.068v1.765A1.147 1.147 0 001.125 30h15.649a2.888 2.888 0 01.179-.28zm1.072-12.698a3.039 3.039 0 012.164-.9 3.013 3.013 0 01.443.084L36 4.665v-1.5A1.147 1.147 0 0034.875 2H1.125A1.147 1.147 0 000 3.167v1.468L17.351 17.7zm11.696-.07a3.061 3.061 0 014.25.064l1.008 1.008a3.071 3.071 0 01.072 4.256 3.02 3.02 0 01.949.206V7.541l-8.714 6.54a3.066 3.066 0 012.435 2.871zm-18.556-1.014L0 7.511v16.684l11.165-8.257z" /> <path d="M34.925 24.678H32.61a6.69 6.69 0 00-.977-2.373l1.648-1.648a.661.661 0 000-.935l-1-1a.661.661 0 00-.935 0L29.7 20.368a6.693 6.693 0 00-2.373-.978v-2.314a.661.661 0 00-.661-.661h-1.327a.661.661 0 00-.661.661v2.315a6.692 6.692 0 00-2.373.978l-1.648-1.649a.661.661 0 00-.935 0l-1 1a.661.661 0 000 .935l1.648 1.648a6.69 6.69 0 00-.977 2.373h-2.317a.661.661 0 00-.661.661v1.322a.661.661 0 00.661.661h2.315a6.69 6.69 0 00.977 2.373l-1.648 1.651a.661.661 0 000 .935l1 1a.661.661 0 00.935 0l1.648-1.648a6.692 6.692 0 002.373.977v2.315a.661.661 0 00.661.661h1.322a.661.661 0 00.661-.661V32.61a6.693 6.693 0 002.373-.977l1.648 1.648a.661.661 0 00.935 0l1-1a.661.661 0 000-.935L31.632 29.7a6.69 6.69 0 00.977-2.373h2.315a.661.661 0 00.661-.661v-1.327a.661.661 0 00-.66-.661zM26 29.6a3.6 3.6 0 113.6-3.6 3.6 3.6 0 01-3.6 3.6z" /> <path d="M16.953 29.72a3.065 3.065 0 01-2.94-3.059v-1.322a3.065 3.065 0 012.938-3.059 3.044 3.044 0 01-.826-2.091 3.114 3.114 0 01.049-.5l-3.092-2.317L0 27.068v1.765A1.147 1.147 0 001.125 30h15.649a2.888 2.888 0 01.179-.28zm1.072-12.698a3.039 3.039 0 012.164-.9 3.013 3.013 0 01.443.084L36 4.665v-1.5A1.147 1.147 0 0034.875 2H1.125A1.147 1.147 0 000 3.167v1.468L17.351 17.7zm11.696-.07a3.061 3.061 0 014.25.064l1.008 1.008a3.071 3.071 0 01.072 4.256 3.02 3.02 0 01.949.206V7.541l-8.714 6.54a3.066 3.066 0 012.435 2.871z" /> </svg>`; }; //# sourceMappingURL=EmailGear.js.map