/* Icons — original line work, minimal */ const I = {}; I.Arrow = ({ size = 14 }) => ( ); I.Check = ({ size = 14 }) => ( ); I.Plus = ({ size = 14 }) => ( ); /* 8 frentes icons */ I.Strategy = (p) => ( ); I.Identity = (p) => ( ); I.Social = (p) => ( ); I.Package = (p) => ( ); I.Video = (p) => ( ); I.Site = (p) => ( ); I.Catalog = (p) => ( ); I.Sign = (p) => ( ); /* Benefits icons */ I.Unify = (p) => ( ); I.Compass = (p) => ( ); I.Bolt = (p) => ( ); I.Eye = (p) => ( ); I.Time = (p) => ( ); I.Chart = (p) => ( ); I.Shield = (p) => ( ); I.Whatsapp = ({ size = 26 }) => ( ); window.I = I;