styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.31 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Brush = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M21.207 11.278l-2.035-2.035-1.415-1.415-5.035-5.035a.999.999 0 00-1.414 0L6.151 7.949 4.736 9.363a2.985 2.985 0 00-.878 2.122c0 .802.313 1.556.879 2.121l.707.707-2.122 2.122a2.925 2.925 0 00-.873 2.108 2.968 2.968 0 001.063 2.308 2.92 2.92 0 001.886.681c.834 0 1.654-.341 2.25-.937l2.039-2.039.707.706c1.133 1.133 3.107 1.134 4.242.001l.708-.707.569-.569.138-.138 5.156-5.157a.999.999 0 000-1.414zm-7.277 5.865l-.708.706a1.021 1.021 0 01-1.414 0l-1.414-1.413a.999.999 0 00-1.414 0l-2.746 2.745a1.192 1.192 0 01-.836.352.914.914 0 01-.595-.208.981.981 0 01-.354-.782.955.955 0 01.287-.692l2.829-2.829a.999.999 0 000-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707 3.536 3.536 3.536 3.535z", key: "k0" })));
});
Brush.displayName = 'Brush';
export var BrushDimensions = { height: 24, width: 24 };