UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 802 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNoteW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NoteW100Filled", short_name: "Note", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.8 20.7q-.65 0-1.075-.425Q5.3 19.85 5.3 19.2V4.8q0-.65.425-1.075Q6.15 3.3 6.8 3.3h7.225q.3 0 .588.125.287.125.487.325l3.15 3.15q.2.2.325.487.125.288.125.588V19.2q0 .65-.425 1.075-.425.425-1.075.425Zm7.5-13.75q0 .325.213.537.212.213.537.213H18L14.3 4Z" })); }); IconMaterialNoteW100Filled.displayName = 'OnesyIconMaterialNoteW100Filled'; export default IconMaterialNoteW100Filled;