@scaleflex/icons
Version:
SVG icons as React components
39 lines • 2.46 kB
JavaScript
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 TextPadding = 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": "TextPadding",
ref: ref,
width: size,
height: size,
viewBox: "0 0 46 46",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M13.8268 9.19998C13.8268 8.50963 14.3865 7.94998 15.0768 7.94998H31.3268C32.0172 7.94998 32.5768 8.50963 32.5768 9.19998C32.5768 9.89034 32.0172 10.45 31.3268 10.45H15.0768C14.3865 10.45 13.8268 9.89034 13.8268 9.19998Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M15.0768 35.5501C14.3865 35.5501 13.8268 36.1097 13.8268 36.8001C13.8268 37.4904 14.3865 38.0501 15.0768 38.0501H31.3268C32.0172 38.0501 32.5768 37.4904 32.5768 36.8001C32.5768 36.1097 32.0172 35.5501 31.3268 35.5501H15.0768Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M36.7935 13.4167C37.4839 13.4167 38.0435 13.9764 38.0435 14.6667V30.9167C38.0435 31.6071 37.4839 32.1667 36.7935 32.1667C36.1032 32.1667 35.5435 31.6071 35.5435 30.9167V14.6667C35.5435 13.9764 36.1032 13.4167 36.7935 13.4167Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M10.4434 14.6667C10.4434 13.9764 9.88379 13.4167 9.19344 13.4167C8.50308 13.4167 7.94344 13.9764 7.94344 14.6667L7.94344 30.9167C7.94344 31.6071 8.50308 32.1667 9.19343 32.1667C9.88379 32.1667 10.4434 31.6071 10.4434 30.9167L10.4434 14.6667Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2.99341 0.500488C1.6127 0.500488 0.493408 1.61978 0.493408 3.00049V43.0005C0.493408 44.3812 1.6127 45.5005 2.99341 45.5005H42.9934C44.3741 45.5005 45.4934 44.3812 45.4934 43.0005V3.00049C45.4934 1.61978 44.3741 0.500488 42.9934 0.500488H2.99341ZM42.9934 3.00049H2.99341V43.0005H42.9934V3.00049Z",
fill: color
}));
});
export default TextPadding;