iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 745 B
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 Samsclub = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.275 1.71l9.403 9.504a1.119 1.119 0 01.001 1.569l-9.401 9.507-1.624-1.64a1.136 1.136 0 010-1.596L19.631 12l-6.917-6.99a1.225 1.225 0 010-1.72l1.56-1.579zm-3.026 1.572L9.695 1.71.34 11.17a1.186 1.186 0 000 1.663l9.356 9.457 1.553-1.57a1.237 1.237 0 000-1.737L4.341 12l6.909-6.985a1.235 1.235 0 00-.001-1.734z" }));
exports.default = Samsclub;