@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.45 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPasswordW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PasswordW100Filled', short_name: 'Password', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120-254h720q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H120q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4Zm40-280-33 58q-2.8 5.18-8.4 6.59-5.6 1.41-10.71-1.42-5.1-2.84-6.5-8.5Q100-485 103-490l33-58H70q-6.07 0-10.03-3.95-3.97-3.96-3.97-10Q56-568 59.97-572q3.96-4 10.03-4h66l-33-56q-3-5-1.61-10.67 1.4-5.66 6.5-8.5 5.11-2.83 10.71-1.42 5.6 1.41 8.4 6.59l33 56 33-56q2.8-5.18 8.4-6.59 5.6-1.41 10.71 1.42 5.1 2.84 6.5 8.5Q220-637 217-632l-33 56h66q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4h-66l33 58q3 5 1.61 10.67-1.4 5.66-6.5 8.5-5.11 2.83-10.71 1.42-5.6-1.41-8.4-6.59l-33-58Zm320 0-33 58q-2.8 5.18-8.4 6.59-5.6 1.41-10.71-1.42-5.1-2.84-6.5-8.5Q420-485 423-490l33-58h-66q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h66l-33-56q-3-5-1.61-10.67 1.4-5.66 6.5-8.5 5.11-2.83 10.71-1.42 5.6 1.41 8.4 6.59l33 56 33-56q2.8-5.18 8.4-6.59 5.6-1.41 10.71 1.42 5.1 2.84 6.5 8.5Q540-637 537-632l-33 56h66q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4h-66l33 58q3 5 1.61 10.67-1.4 5.66-6.5 8.5-5.11 2.83-10.71 1.42-5.6-1.41-8.4-6.59l-33-58Zm320 0-33 58q-2.8 5.18-8.4 6.59-5.6 1.41-10.71-1.42-5.1-2.84-6.5-8.5Q740-485 743-490l33-58h-66q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h66l-33-56q-3-5-1.61-10.67 1.4-5.66 6.5-8.5 5.11-2.83 10.71-1.42 5.6 1.41 8.4 6.59l33 56 33-56q2.8-5.18 8.4-6.59 5.6-1.41 10.71 1.42 5.1 2.84 6.5 8.5Q860-637 857-632l-33 56h66q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4h-66l33 58q3 5 1.61 10.67-1.4 5.66-6.5 8.5-5.11 2.83-10.71 1.42-5.6-1.41-8.4-6.59l-33-58Z" }) })));
});
IconMaterialPasswordW100Filled.displayName = 'OnesyIconMaterialPasswordW100Filled';
exports.default = IconMaterialPasswordW100Filled;
;