UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.77 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTextSelectJumpToBeginningFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TextSelectJumpToBeginningFilled", short_name: "TextSelectJumpToBeginning", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M800-120q-17 0-28.5-11.5T760-160q0-17 11.5-28.5T800-200q17 0 28.5 11.5T840-160q0 17-11.5 28.5T800-120Zm-160 0q-17 0-28.5-11.5T600-160q0-17 11.5-28.5T640-200q17 0 28.5 11.5T680-160q0 17-11.5 28.5T640-120Zm-160 0q-17 0-28.5-11.5T440-160q0-17 11.5-28.5T480-200q17 0 28.5 11.5T520-160q0 17-11.5 28.5T480-120Zm-160 0q-17 0-28.5-11.5T280-160q0-17 11.5-28.5T320-200q17 0 28.5 11.5T360-160q0 17-11.5 28.5T320-120Zm480-640q-17 0-28.5-11.5T760-800q0-17 11.5-28.5T800-840q17 0 28.5 11.5T840-800q0 17-11.5 28.5T800-760Zm-160 0q-17 0-28.5-11.5T600-800q0-17 11.5-28.5T640-840q17 0 28.5 11.5T680-800q0 17-11.5 28.5T640-760Zm-160 0q-17 0-28.5-11.5T440-800q0-17 11.5-28.5T480-840q17 0 28.5 11.5T520-800q0 17-11.5 28.5T480-760Zm-160 0q-17 0-28.5-11.5T280-800q0-17 11.5-28.5T320-840q17 0 28.5 11.5T360-800q0 17-11.5 28.5T320-760ZM160-120q-17 0-28.5-11.5T120-160v-640q0-17 11.5-28.5T160-840q17 0 28.5 11.5T200-800v640q0 17-11.5 28.5T160-120Zm393-320 36 36q11 11 11 27.5T588-348q-11 11-28 11t-28-11L428-452q-12-12-12-28t12-28l104-104q11-11 28-11t28 11q12 12 12 28.5T589-556l-36 36h247q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440H553Z" })); }); IconMaterialTextSelectJumpToBeginningFilled.displayName = 'OnesyIconMaterialTextSelectJumpToBeginningFilled'; export default IconMaterialTextSelectJumpToBeginningFilled;