iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Svg1password = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 .007C5.373.007 0 5.376 0 11.999c0 6.624 5.373 11.994 12 11.994S24 18.623 24 12C24 5.376 18.627.007 12 .007zm-.895 4.857h1.788c.484 0 .729.002.914.096a.86.86 0 01.377.377c.094.185.095.428.095.912v6.016c0 .12 0 .182-.015.238a.427.427 0 01-.067.137.923.923 0 01-.174.162l-.695.564c-.113.092-.17.138-.191.194a.216.216 0 000 .15c.02.055.078.101.191.193l.695.565c.094.076.14.115.174.162.03.042.053.087.067.137a.936.936 0 01.015.238v2.746c0 .484-.001.727-.095.912a.86.86 0 01-.377.377c-.185.094-.43.096-.914.096h-1.788c-.484 0-.726-.002-.912-.096a.86.86 0 01-.377-.377c-.094-.185-.095-.428-.095-.912v-6.016c0-.12 0-.182.015-.238a.437.437 0 01.067-.139c.034-.047.08-.083.174-.16l.695-.564c.113-.092.17-.138.191-.194a.216.216 0 000-.15c-.02-.055-.078-.101-.191-.193l-.695-.565a.92.92 0 01-.174-.162.437.437 0 01-.067-.139.92.92 0 01-.015-.236V6.25c0-.484.001-.727.095-.912a.86.86 0 01.377-.377c.186-.094.428-.096.912-.096z" }));
exports.default = Svg1password;