UNPKG

@scaleflex/icons

Version:
31 lines 2.04 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 Script = 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": "Script", 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: "M14.7034 12.4426C13.9575 11.6967 12.7518 11.6967 12.0059 12.4426L0.559444 23.889C-0.186481 24.635 -0.186481 25.8407 0.559444 26.5866L12.0059 38.033C12.3779 38.405 12.8663 38.592 13.3546 38.592C13.843 38.592 14.3314 38.405 14.7034 38.033C15.4493 37.2871 15.4493 36.0814 14.7034 35.3355L4.60575 25.2378L14.7034 15.1402C15.4493 14.3942 15.4493 13.1885 14.7034 12.4426Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M19.0856 42.5225C18.88 42.5225 18.6687 42.487 18.4631 42.4141C17.4891 42.0701 16.9788 41.0027 17.3228 40.0287L28.5391 8.24898C28.885 7.27502 29.9468 6.76281 30.9245 7.10865C31.8984 7.45262 32.4088 8.52004 32.0648 9.494L20.8484 41.2738C20.5774 42.0439 19.8558 42.5225 19.0856 42.5225Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M49.4405 23.889L37.994 12.4426C37.2481 11.6967 36.0424 11.6967 35.2965 12.4426C34.5506 13.1885 34.5506 14.3942 35.2965 15.1402L45.3942 25.2378L35.2965 35.3355C34.5506 36.0814 34.5506 37.2871 35.2965 38.033C35.6685 38.405 36.1569 38.592 36.6453 38.592C37.1337 38.592 37.622 38.405 37.994 38.033L49.4405 26.5866C50.1864 25.8407 50.1864 24.635 49.4405 23.889Z", fill: color })); }); export default Script;