UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAttributionFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AttributionFilled", short_name: "Attribution", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-620q-53 0-81.5 14.5T370-564v164q0 8 6 14t14 6h40v130q0 21 14.5 35.5T480-200q21 0 35.5-14.5T530-250v-130h40q8 0 14-6t6-14v-164q0-27-28.5-41.5T480-620Zm0 540q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Zm0-560q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Z" })); }); IconMaterialAttributionFilled.displayName = 'OnesyIconMaterialAttributionFilled'; export default IconMaterialAttributionFilled;