styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
18 lines (17 loc) • 2.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Behance2 = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M6.316 7.009c.203-.147.3-.391.3-.728a.936.936 0 00-.097-.459.72.72 0 00-.272-.278 1.075 1.075 0 00-.388-.141 2.386 2.386 0 00-.453-.041H3.759v1.869H5.54c.313.003.572-.072.775-.222zM6.594 8.697c-.231-.175-.537-.262-.919-.262H3.759v2.203h1.878c.175 0 .338-.016.494-.05s.297-.088.416-.169c.119-.078.216-.184.287-.319s.106-.309.106-.519c0-.412-.116-.706-.347-.884z", key: "k0" }),
React.createElement("path", { d: "M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zm-4.012 4.209h3.241V5h-3.241v-.791zm-2.025 6.516a2.06 2.06 0 01-.631.725 2.82 2.82 0 01-.909.416A4.007 4.007 0 015.879 12H2.001V4.003H5.77c.381 0 .728.034 1.044.1.313.066.581.178.806.331.222.153.397.356.522.609.122.25.184.566.184.938 0 .403-.091.737-.275 1.006s-.453.487-.816.659c.494.141.856.391 1.097.744.244.356.363.784.363 1.284.003.409-.075.759-.231 1.05zm6.528-1.237h-4.178c0 .456.156.891.394 1.125.238.231.581.35 1.028.35.322 0 .597-.081.831-.244.231-.162.372-.334.425-.512h1.4c-.225.697-.566 1.194-1.031 1.494-.459.3-1.022.45-1.675.45-.456 0-.866-.075-1.234-.219a2.613 2.613 0 01-.934-.622 2.854 2.854 0 01-.588-.966A3.562 3.562 0 019.22 9.11c0-.434.072-.838.213-1.213a2.815 2.815 0 011.544-1.616 3.013 3.013 0 011.206-.234c.491 0 .919.094 1.287.287.366.191.666.447.903.769s.403.688.509 1.1c.103.406.137.834.109 1.284z", key: "k1" }),
React.createElement("path", { d: "M12.134 7.247c-.253 0-.466.044-.631.131s-.3.194-.403.319a1.131 1.131 0 00-.213.409 1.725 1.725 0 00-.072.381h2.588c-.037-.406-.178-.706-.366-.916-.194-.213-.512-.325-.903-.325z", key: "k2" })));
});
exports.Behance2.displayName = 'Behance2';
exports.Behance2Dimensions = { height: 16, width: 16 };