UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.48 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@amaui/ui-react"); const IconMaterialAttributionFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AttributionFilled', short_name: 'Attribution', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 19q.525 0 .887-.363.363-.362.363-.887V14.5h1q.2 0 .35-.15.15-.15.15-.35V9.9q0-.675-.712-1.037Q13.325 8.5 12 8.5q-1.325 0-2.037.363-.713.362-.713 1.037V14q0 .2.15.35.15.15.35.15h1v3.25q0 .525.363.887.362.363.887.363Zm0 3q-2.05 0-3.875-.788-1.825-.787-3.187-2.15-1.363-1.362-2.15-3.187Q2 14.05 2 12q0-2.075.788-3.887.787-1.813 2.15-3.175Q6.3 3.575 8.125 2.787 9.95 2 12 2q2.075 0 3.887.787 1.813.788 3.175 2.151 1.363 1.362 2.15 3.175Q22 9.925 22 12q0 2.05-.788 3.875-.787 1.825-2.15 3.187-1.362 1.363-3.175 2.15Q14.075 22 12 22Zm0-14q.65 0 1.075-.425.425-.425.425-1.075 0-.65-.425-1.075Q12.65 5 12 5q-.65 0-1.075.425Q10.5 5.85 10.5 6.5q0 .65.425 1.075Q11.35 8 12 8Z" }) }))); }); IconMaterialAttributionFilled.displayName = 'AmauiIconMaterialAttributionFilled'; exports.default = IconMaterialAttributionFilled;