UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAttachFileW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AttachFileW100Filled", short_name: "AttachFile", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M686-341q0 86.94-59.5 147.97T480.5-132Q394-132 334-193.03T274-341v-343q0-60 41-102t101-42q60 0 101 42t41 102v325q0 32-22.36 55.5t-54.5 23.5q-32.14 0-55.64-22.98T402-359v-307q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v307q0 21 14.5 36t35.5 15q21 0 35.5-15t14.5-36v-326q0-48-32.82-81.5T416-800q-47.88 0-80.94 34Q302-732 302-684v343q0 75 52 128t126.86 53q73.81 0 125.47-53Q658-266 658-341v-325q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v325Z" })); }); IconMaterialAttachFileW100Filled.displayName = 'OnesyIconMaterialAttachFileW100Filled'; export default IconMaterialAttachFileW100Filled;