styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.05 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Key = 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: "M3.433 17.325L3.079 19.8a1 1 0 001.131 1.131l2.475-.354C7.06 20.524 8 18 8 18s.472.405.665.466c.412.13.813-.274.948-.684L10 16.01s.577.292.786.335c.266.055.524-.109.707-.293a.988.988 0 00.241-.391L12 14.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.502 5.502 0 005.581-1.338 5.507 5.507 0 000-7.778 5.507 5.507 0 00-7.778 0 5.5 5.5 0 00-1.338 5.581l-7.501 7.5a.994.994 0 00-.282.566zM18.504 5.506a2.919 2.919 0 010 4.122l-4.122-4.122a2.919 2.919 0 014.122 0z", key: "k0" })));
});
Key.displayName = 'Key';
export var KeyDimensions = { height: 24, width: 24 };