@scaleflex/icons
Version:
SVG icons as React components
31 lines • 3 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 Terms = function Terms(_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": "Terms",
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: "M0.858276 11.817H11.7187V0.858887L0.858276 11.817Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M38.1836 26.4655C31.722 26.4655 26.4648 31.7226 26.4648 38.1842C26.4648 44.6458 31.722 50.0006 38.1836 50.0006C44.6452 50.0006 50 44.6458 50 38.1842C50 31.7226 44.6452 26.4655 38.1836 26.4655ZM43.6138 37.755L37.7544 43.6144C37.1822 44.1865 36.2552 44.1865 35.683 43.6144L32.7533 40.6847C32.1812 40.1125 32.1812 39.1855 32.7533 38.6133C33.3255 38.0411 34.2525 38.0411 34.8247 38.6133L36.7188 40.5073L41.5425 35.6836C42.1146 35.1115 43.0417 35.1115 43.6139 35.6836C44.186 36.2558 44.186 37.1828 43.6138 37.755Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M7.32422 32.3248H24.7769C27.0437 27.1607 32.1923 23.5358 38.1836 23.5358V4.39514C38.1836 1.9719 36.2123 0.000610352 33.7891 0.000610352H14.6484V13.2819C14.6484 14.0915 13.9933 14.7467 13.1836 14.7467H0V45.5084C0 47.9317 1.97129 50.0006 4.39453 50.0006H29.4852C26.6445 47.8856 24.5635 44.7063 23.8312 41.1139H7.32422C6.51455 41.1139 5.85938 40.4587 5.85938 39.649C5.85938 38.8394 6.51455 38.1842 7.32422 38.1842H23.5352C23.5352 37.1811 23.6382 36.2015 23.8312 35.2545H7.32422C6.51455 35.2545 5.85938 34.5993 5.85938 33.7897C5.85938 32.98 6.51455 32.3248 7.32422 32.3248ZM19.043 8.88733H30.8594C31.669 8.88733 32.3242 9.54251 32.3242 10.3522C32.3242 11.1618 31.669 11.817 30.8594 11.817H19.043C18.2333 11.817 17.5781 11.1618 17.5781 10.3522C17.5781 9.54251 18.2333 8.88733 19.043 8.88733ZM19.043 14.7467H30.8594C31.669 14.7467 32.3242 15.4019 32.3242 16.2115C32.3242 17.0212 31.669 17.6764 30.8594 17.6764H19.043C18.2333 17.6764 17.5781 17.0212 17.5781 16.2115C17.5781 15.4019 18.2333 14.7467 19.043 14.7467ZM7.32422 20.6061H30.8594C31.669 20.6061 32.3242 21.2613 32.3242 22.0709C32.3242 22.8806 31.669 23.5358 30.8594 23.5358H7.32422C6.51455 23.5358 5.85938 22.8806 5.85938 22.0709C5.85938 21.2613 6.51455 20.6061 7.32422 20.6061ZM7.32422 26.4655H25.5493C26.359 26.4655 27.0142 27.1206 27.0142 27.9303C27.0142 28.74 26.359 29.3951 25.5493 29.3951H7.32422C6.51455 29.3951 5.85938 28.74 5.85938 27.9303C5.85938 27.1206 6.51455 26.4655 7.32422 26.4655Z",
fill: color
}));
};
export default Terms;