UNPKG

@scaleflex/icons

Version:
25 lines 1.54 kB
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 Brush = function Brush(_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": "Brush", 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: "M47.5 0.000549316H2.5C1.25 0.000549316 0 1.25055 0 2.50055V47.5005C0 48.7505 1.25 50.0005 2.5 50.0005H47.5C48.75 50.0005 50 48.7505 50 47.5005V2.50055C50 1.25055 48.75 0.000549316 47.5 0.000549316ZM15 37.5005C15 39.0005 14 40.0005 12.5 40.0005C11 40.0005 10 39.0005 10 37.5005V27.5005C10 26.0005 11 25.0005 12.5 25.0005C14 25.0005 15 26.0005 15 27.5005V37.5005ZM27.5 37.5005C27.5 39.0005 26.5 40.0005 25 40.0005C23.5 40.0005 22.5 39.0005 22.5 37.5005V12.5005C22.5 11.0005 23.5 10.0005 25 10.0005C26.5 10.0005 27.5 11.0005 27.5 12.5005V37.5005ZM40 37.5005C40 39.0005 39 40.0005 37.5 40.0005C36 40.0005 35 39.0005 35 37.5005V22.5005C35 21.0005 36 20.0005 37.5 20.0005C39 20.0005 40 21.0005 40 22.5005V37.5005Z", fill: color })); }; export default Brush;