UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAttribution = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Attribution", 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-80q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Zm0-480q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm0 160Z" })); }); IconMaterialAttribution.displayName = 'OnesyIconMaterialAttribution'; export default IconMaterialAttribution;