design-react-kit
Version:
Componenti React per Bootstrap 5
7 lines • 4.63 kB
JavaScript
import * as React from 'react';
export const component = ({ title, titleId, ...props }) => {
return (React.createElement("svg", { width: 24, height: 24, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', "aria-labelledby": titleId, ...props },
title ? React.createElement("title", { id: titleId }, title) : null,
React.createElement("path", { d: 'M 15.931001,6.941 H 14.938 l -0.643,8.961 h 0.984 z M 11.103,6.909 h -0.992 l 0.644,8.961001 h 0.984 z m 7.761001,2.6429998 H 7.1420002 V 10.539 H 18.819001 Z M 18.188001,12.333 H 7.8850002 v 0.984 H 18.143001 Z M 6.3060001,7.487 H 18.953001 l -1.636,6.598 c -0.048,0.192 -0.123001,0.365999 -0.224999,0.526001 -0.101998,0.156997 -0.228,0.293 -0.373002,0.408 -0.145002,0.114999 -0.306002,0.202998 -0.483,0.267001 -0.178998,0.064 -0.363999,0.096 -0.558,0.096 h -5.312 c -0.188001,0 -0.3700002,-0.03001 -0.5449995,-0.091 C 9.6449992,15.23 9.486002,15.144001 9.3440003,15.035003 c -0.1420007,-0.109001 -0.2650016,-0.24 -0.372,-0.395 C 8.8670004,14.486 8.7890004,14.318 8.7410004,14.133 L 5.8020001,3.2499999 h -2.827 V 4.2360001 H 5.0430003 L 7.7810001,14.398 c 0.077,0.288 0.1979981,0.552 0.3650003,0.794001 0.1660006,0.243001 0.3610016,0.451 0.589,0.625 0.228,0.173 0.4829999,0.308999 0.7589999,0.404999 C 9.7730012,16.321 10.063,16.369001 10.366,16.369001 h 5.312001 c 0.310998,0 0.608999,-0.051 0.893,-0.152999 0.281998,-0.101 0.539,-0.241999 0.767,-0.422999 0.228,-0.182 0.424,-0.398001 0.588,-0.649001 0.166,-0.25 0.284001,-0.525 0.356001,-0.821 L 20.216001,6.5010003 H 6.3060001 Z M 16.644001,18.182001 c 0.138999,0 0.270999,0.02699 0.389,0.077 0.12,0.051 0.224999,0.123001 0.315998,0.211 0.091,0.091 0.161001,0.195001 0.212002,0.315001 0.051,0.12 0.078,0.245 0.078,0.381 0,0.135999 -0.02698,0.264 -0.078,0.384 -0.051,0.123001 -0.121002,0.226998 -0.212002,0.317998 -0.091,0.088 -0.195998,0.159999 -0.315998,0.210002 -0.121002,0.051 -0.252,0.078 -0.389,0.078 -0.134,0 -0.262999,-0.02699 -0.384,-0.078 -0.118001,-0.05 -0.224999,-0.121999 -0.313002,-0.210002 -0.092,-0.091 -0.161,-0.195001 -0.212001,-0.317998 -0.054,-0.12 -0.078,-0.248001 -0.078,-0.384 0,-0.135999 0.024,-0.264 0.078,-0.384 0.051,-0.12 0.12,-0.224001 0.212001,-0.312 0.088,-0.088 0.195001,-0.159999 0.313002,-0.211 0.121001,-0.05 0.25,-0.077 0.384,-0.077 z m 0,-0.984 c -0.271,0 -0.528,0.051 -0.770001,0.154998 -0.238998,0.104001 -0.447999,0.242 -0.626999,0.421 -0.18,0.176002 -0.322001,0.384 -0.427,0.624 -0.102002,0.24 -0.154999,0.496 -0.154999,0.768 0,0.272002 0.053,0.528 0.154999,0.768 0.104999,0.24 0.246999,0.451 0.427,0.63 0.178998,0.176002 0.388,0.317001 0.626999,0.421 0.242,0.104002 0.499001,0.154999 0.770001,0.154999 0.276,0 0.533,-0.051 0.775,-0.154999 0.241001,-0.104001 0.45,-0.245 0.63,-0.421 0.18,-0.178998 0.322,-0.39 0.424,-0.63 0.104001,-0.24 0.157999,-0.496 0.157999,-0.768 0,-0.274 -0.054,-0.531 -0.157999,-0.768 -0.102,-0.239998 -0.244,-0.447998 -0.427,-0.626998 -0.179,-0.178 -0.389,-0.317 -0.63,-0.421 -0.239,-0.101 -0.496,-0.152 -0.772,-0.152 z m -7.2430005,0.984 c 0.1389996,0 0.2679987,0.02699 0.3879998,0.077 0.1210016,0.051 0.2260007,0.123001 0.3170007,0.211 0.088,0.091 0.161,0.195001 0.212001,0.315001 0.051,0.12 0.077,0.245 0.077,0.381 0,0.135999 -0.026,0.264 -0.077,0.384 -0.051,0.123001 -0.123999,0.226998 -0.212001,0.317998 -0.091,0.088 -0.1959991,0.159999 -0.3170007,0.210002 -0.1230009,0.051 -0.252,0.078 -0.3879998,0.078 -0.135001,0 -0.2630023,-0.02699 -0.384,-0.078 -0.1210016,-0.05 -0.2249991,-0.121999 -0.3139994,-0.210002 -0.091,-0.091 -0.1610003,-0.195001 -0.2140007,-0.317998 -0.051001,-0.12 -0.075001,-0.248001 -0.075001,-0.384 0,-0.135999 0.024,-0.264 0.075001,-0.384 0.053,-0.12 0.123001,-0.224001 0.2140007,-0.312 0.089,-0.088 0.1930016,-0.159999 0.3139994,-0.211 0.1209977,-0.05 0.248999,-0.077 0.384,-0.077 z m 0,-0.984 c -0.2740007,0 -0.5290001,0.051 -0.7700002,0.154998 -0.2389984,0.104001 -0.4510001,0.242 -0.6279999,0.421 -0.18,0.176002 -0.320999,0.384 -0.4260003,0.624 -0.1049991,0.24 -0.1560001,0.496 -0.1560001,0.768 0,0.272002 0.051001,0.528 0.1560001,0.768 0.104999,0.24 0.2460018,0.451 0.4260003,0.63 0.1769991,0.176002 0.389,0.317001 0.6279999,0.421 0.2410016,0.104002 0.4959999,0.154999 0.7700002,0.154999 0.272999,0 0.5329999,-0.051 0.7739995,-0.154999 0.242,-0.104001 0.451001,-0.245 0.631001,-0.421 0.18,-0.178998 0.318999,-0.39 0.423999,-0.63 0.104002,-0.24 0.154999,-0.496 0.154999,-0.768 0,-0.274 -0.051,-0.531 -0.154999,-0.768 -0.105,-0.239998 -0.247,-0.447998 -0.427,-0.626998 -0.18,-0.178 -0.389,-0.317 -0.63,-0.421 -0.2419998,-0.101 -0.4989997,-0.152 -0.7719995,-0.152 z' })));
};
//# sourceMappingURL=ItCart.js.map