@scaleflex/icons
Version:
SVG icons as React components
33 lines • 3.61 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 ImageToText = function ImageToText(_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": "ImageToText",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M9.05408 5.12362C8.17603 5.12458 7.33423 5.47272 6.71336 6.09165C6.09249 6.71058 5.74326 7.54976 5.7423 8.42506C5.74326 9.3004 6.09247 10.1396 6.71333 10.7586C7.33419 11.3776 8.17599 11.7259 9.05408 11.7269C9.93216 11.7259 10.774 11.3776 11.3948 10.7586C12.0157 10.1396 12.3649 9.3004 12.3659 8.42506C12.3648 7.54979 12.0155 6.71069 11.3947 6.09178C10.7738 5.47288 9.93208 5.1247 9.05408 5.12362Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M4.20541 0.000610352H28.7126C29.8279 0.0017978 30.8972 0.443976 31.6859 1.23014C32.4746 2.0163 32.9183 3.08225 32.9197 4.19414V21.382H22.4852C22.0674 21.385 21.6676 21.5518 21.3721 21.8464C21.0767 22.1409 20.9093 22.5395 20.9063 22.9561V32.8207H4.20541C3.09006 32.8195 2.02074 32.3772 1.23213 31.5909C0.443522 30.8046 4.2135e-05 29.7384 -0.000976562 28.6265V4.19414C0.00021553 3.08231 0.443769 2.01636 1.23236 1.23018C2.02095 0.443997 3.09017 0.00179811 4.20541 0.000610352ZM25.956 11.5875L30.1763 16.4106V5.0014C30.1763 3.75004 29.1587 2.73562 27.9035 2.73562H5.01514C3.75995 2.73562 2.74241 3.75004 2.74241 5.0014V20.5132L6.64737 16.4647C7.10718 16.0734 7.69098 15.8567 8.29555 15.8531C8.90011 15.8494 9.48649 16.0591 9.95101 16.4448L12.5162 18.3317C13.194 18.8304 14.1316 18.7788 14.7503 18.2087L22.1477 11.3932C22.4018 11.1398 22.7065 10.9422 23.0419 10.8134C23.3774 10.6845 23.7362 10.6272 24.0952 10.6452C24.4542 10.6639 24.7441 10.7264 25.1258 10.9197C25.3694 11.043 25.5343 11.2018 25.6893 11.351C25.7772 11.4356 25.862 11.5172 25.956 11.5875Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M50.001 26.2677C49.9997 26.0774 49.9232 25.8952 49.7882 25.7606C49.6533 25.6261 49.4706 25.5499 49.2797 25.5485H26.1954C26.0045 25.5499 25.8218 25.6261 25.6868 25.7607C25.5518 25.8952 25.4754 26.0774 25.474 26.2677V32.0211C25.4754 32.2114 25.5518 32.3936 25.6868 32.5281C25.8218 32.6627 26.0045 32.7389 26.1954 32.7403H30.0428C30.2337 32.7389 30.4163 32.6627 30.5513 32.5281C30.6863 32.3936 30.7628 32.2114 30.7641 32.0211V30.8225H35.0924V44.7266H32.9283C32.7374 44.728 32.5547 44.8042 32.4197 44.9388C32.2847 45.0734 32.2083 45.2555 32.2069 45.4458V49.2814C32.2083 49.4717 32.2847 49.6539 32.4197 49.7884C32.5547 49.923 32.7374 49.9992 32.9283 50.0006H42.5467C42.7376 49.9992 42.9203 49.923 43.0553 49.7884C43.1903 49.6539 43.2668 49.4717 43.2681 49.2814V45.4458C43.2668 45.2555 43.1903 45.0733 43.0553 44.9388C42.9203 44.8042 42.7376 44.728 42.5467 44.7266H40.3826V30.8225H44.7109V32.0211C44.7123 32.2114 44.7887 32.3936 44.9237 32.5281C45.0587 32.6627 45.2414 32.7389 45.4323 32.7403H49.2797C49.4706 32.7389 49.6532 32.6627 49.7882 32.5281C49.9232 32.3936 49.9997 32.2114 50.001 32.0211V26.2677Z",
fill: color
}));
};
export default ImageToText;