@scaleflex/icons
Version:
SVG icons as React components
31 lines • 2.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var WrapText = function WrapText(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "WrapText",
ref: ref,
width: size,
height: size,
viewBox: "0 0 16 12",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M0.0770264 0.726953C0.0770264 0.395582 0.345656 0.126953 0.677026 0.126953H15.3229C15.6542 0.126953 15.9229 0.395582 15.9229 0.726953C15.9229 1.05832 15.6542 1.32695 15.3229 1.32695H0.677026C0.345656 1.32695 0.0770264 1.05832 0.0770264 0.726953Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M0.0770264 9.54054C0.0770264 9.20917 0.345656 8.94054 0.677026 8.94054H6.23417C6.56554 8.94054 6.83417 9.20917 6.83417 9.54054C6.83417 9.87191 6.56554 10.1405 6.23417 10.1405H0.677026C0.345656 10.1405 0.0770264 9.87191 0.0770264 9.54054Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M0.677026 4.54514C0.345656 4.54514 0.0770264 4.81377 0.0770264 5.14514C0.0770264 5.47651 0.345656 5.74514 0.677026 5.74514H13.128C14.0088 5.74514 14.7229 6.45919 14.7229 7.34002C14.7229 8.22084 14.0088 8.9349 13.128 8.9349H10.587L11.3007 8.22117C11.5351 7.98686 11.5351 7.60696 11.3007 7.37264C11.0664 7.13833 10.6865 7.13833 10.4522 7.37264L8.71423 9.11063C8.6017 9.22315 8.53849 9.37577 8.53849 9.5349C8.53849 9.69403 8.6017 9.84664 8.71423 9.95916L10.4522 11.6971C10.6865 11.9315 11.0664 11.9315 11.3007 11.6971C11.5351 11.4628 11.5351 11.0829 11.3007 10.8486L10.587 10.1349H13.128C14.6715 10.1349 15.9229 8.88359 15.9229 7.34002C15.9229 5.79645 14.6715 4.54514 13.128 4.54514H0.677026Z",
fill: color
}));
};
export default WrapText;