UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.32 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 IconMaterialAttachment = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Attachment', short_name: 'Attachment', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.5 17.5q-2.3 0-3.9-1.6T2 12q0-2.3 1.6-3.9t3.9-1.6H18q1.65 0 2.825 1.175Q22 8.85 22 10.5q0 1.65-1.175 2.825Q19.65 14.5 18 14.5H8.5q-1.05 0-1.775-.725Q6 13.05 6 12q0-1.05.725-1.775Q7.45 9.5 8.5 9.5h8.75q.325 0 .538.212.212.213.212.538 0 .325-.212.537-.213.213-.538.213H8.5q-.425 0-.712.287-.288.288-.288.713t.288.712Q8.075 13 8.5 13H18q1.05 0 1.775-.725.725-.725.725-1.775 0-1.05-.725-1.775Q19.05 8 18 8H7.5Q5.85 8 4.675 9.175 3.5 10.35 3.5 12q0 1.65 1.175 2.825Q5.85 16 7.5 16h9.75q.325 0 .538.212.212.213.212.538 0 .325-.212.538-.213.212-.538.212Z" }) }))); }); IconMaterialAttachment.displayName = 'AmauiIconMaterialAttachment'; exports.default = IconMaterialAttachment;