UNPKG

@scaleflex/icons

Version:
27 lines 2.2 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Ocr = intrinsicComponent(function (_ref, 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, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Ocr", ref: ref, width: size, height: size, viewBox: "0 0 20 23", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.9431 1.06284C19.9431 0.751985 19.6919 0.5 19.3821 0.5H0.776771C0.467014 0.5 0.21582 0.751985 0.21582 1.06284V5.88984C0.21582 6.2007 0.467014 6.45268 0.776771 6.45268H3.13607C3.44583 6.45268 3.69702 6.2007 3.69702 5.88984V4.19225H7.66844V16.2482C7.66711 16.2613 7.66643 16.2746 7.66643 16.288V18.4113L6.3632 18.4212C6.07853 18.4212 5.84768 18.6575 5.84768 18.9491V21.6085C5.84768 21.9 6.07853 22.1364 6.3632 22.1364H13.7595C14.0441 22.1364 14.275 21.9 14.275 21.6085V18.9491C14.275 18.6575 14.0441 18.4212 13.7595 18.4212H12.4843V16.3825C12.4848 16.3726 12.485 16.3627 12.485 16.3526L12.4905 4.19225H16.4619V5.88984C16.4619 6.2007 16.7131 6.45268 17.0229 6.45268H19.3821C19.6919 6.45268 19.9431 6.2007 19.9431 5.88984V1.06284ZM8.78678 18.9491V16.4163C8.78913 16.3953 8.79034 16.3741 8.79034 16.3525V3.62941C8.79034 3.31855 8.53914 3.06656 8.22939 3.06656H3.13607C2.82631 3.06656 2.57512 3.31855 2.57512 3.62941V5.327H1.33772V1.62569H18.8212V5.327H17.5838V3.62941C17.5838 3.31855 17.3327 3.06656 17.0229 3.06656H11.9295C11.6198 3.06656 11.3686 3.31855 11.3686 3.62941L11.3634 15.6559C11.3605 15.6785 11.359 15.7016 11.359 15.725V18.9491C11.359 19.2406 11.5899 19.477 11.8746 19.477H13.2439V21.0805H6.87873V19.477H8.27125C8.55592 19.477 8.78678 19.2406 8.78678 18.9491Z", fill: color })); }); export default Ocr;