UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 917 B
import { __decorate } from "tslib"; import { LitElement } from 'lit'; import { customElement } from 'lit/decorators/custom-element.js'; import { style } from '@mdui/shared/icons/shared/style.js'; import { svgTag } from '@mdui/shared/icons/shared/svg-tag.js'; let IconPhotoCameraFront_Outlined = class IconPhotoCameraFront_Outlined extends LitElement { render() { return svgTag('<path d="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 14H4V7h4.05l1.83-2h4.24l1.83 2H20v12z"/><circle cx="12" cy="11" r="2"/><path d="M14.78 14.58a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 8 16.43V17h8v-.57c0-.81-.48-1.53-1.22-1.85z"/>'); } }; IconPhotoCameraFront_Outlined.styles = style; IconPhotoCameraFront_Outlined = __decorate([ customElement('mdui-icon-photo-camera-front--outlined') ], IconPhotoCameraFront_Outlined); export { IconPhotoCameraFront_Outlined };